ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / C1CollectionViewBase<T> Class / MoveCurrentToLast Method

In This Topic
    MoveCurrentToLast Method
    In This Topic
    Sets the last item in the view as the current item.
    Syntax
    'Declaration
     
    Public Function MoveCurrentToLast() As System.Boolean
    public System.bool MoveCurrentToLast()
    See Also